ASP.NET MVC Controls
RowColumnChangedEventArgs Class
File
wijmo.grid.sheet.js
Module
wijmo.grid.sheet
Base Class
EventArgs

Provides arguments for rows or columns changed events.

Constructor

Properties

Constructor

constructor

constructor(index: number, count: number, isAdd: boolean): RowColumnChangedEventArgs

Initializes a new instance of the UnknownFunctionEventArgs class.

Parameters
Returns
RowColumnChangedEventArgs

Properties

count

Gets the added or removed count of the rows or columns.

Type
number

Static empty

Provides a value to use with events that do not have event data.

Inherited From
EventArgs
Type
EventArgs

index

Gets the start index of the changed rows or columns.

Type
number

isAdd

Gets the value indicates the event is for adding ot removing rows or columns.

Type
boolean

 

 


Copyright © GrapeCity, inc. All rights reserved.

Product Support Forum |  Documentation Feedback